/* Imported styles */


/* @import url('//fonts.googleapis.com/css?family=Montserrat:400,600,700');
@import url('//fonts.googleapis.com/css?family=Hind:300,400,500,600,700');
@import url('//fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800');
@import url('//fonts.googleapis.com/css?family=Barlow Condensed:300,400,500,600,700,800');
@import url('//fonts.googleapis.com/css?family=Roboto Condensed:300,400,500,600,700,800');
@import url('//fonts.googleapis.com/css?family=Anton'); */

@font-face {
    font-family: 'siyuan-cg';
    font-display: swap;
    src: url('//at.alicdn.com/t/webfont_cfusbjf0cie.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/webfont_cfusbjf0cie.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//at.alicdn.com/t/webfont_cfusbjf0cie.woff2') format('woff2'),
    url('//at.alicdn.com/t/webfont_cfusbjf0cie.woff') format('woff'), /* chrome、firefox */
    url('//at.alicdn.com/t/webfont_cfusbjf0cie.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('//at.alicdn.com/t/webfont_cfusbjf0cie.svg#NotoSansHans-DemiLight') format('svg'); /* iOS 4.1- */
  }


/* commom */
.uk-container{
    max-width: 1600px;
}
html {
    font-size: 16px;
    /* font-weight: 300; */
    color: #333;
    /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Microsoft YaHei","Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; */
    font-family: 微软雅黑,  "Microsoft Yahei";
    line-height: 1.5;
}
.c-main{
    color: #006aae;
}


::selection {color:#fff; background-color:#0073bd;} ::-moz-selection {color:#fff; background-color: #0073bd;}
.noselect{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}

a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link,
.uk-link-toggle:focus .uk-link {
    color: #656565;
    text-decoration: none;
}

a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}


.uk-link,
a {
    color: #666;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.aline a{
    position: relative;
}
.aline a::after {
    position: absolute;
    bottom: 0;
    content: " ";
    width: 0;
    border-bottom: solid 1px;
    -webkit-transition: .33s;
    transition: .33s;
    left: 100%;
}
.aline a:hover::after,.aline.on ::after {
    width: 100%;
    left: 0;
    -webkit-transition: width .33s;
    transition: width .33s;
}
.uk-grid-xsmall {
    margin-left: -6px
}

.uk-grid-xsmall>* {
    padding-left: 6px
}


*+.uk-grid-margin-xsmall,
.uk-grid+.uk-grid-xsmall,
.uk-grid-xsmall>.uk-grid-margin {
    margin-top: 6xpx
}

@media (min-width: 960px) {
    .uk-child-width-1-8\@m>* {
        width: calc(100% * 1 / 8.001)
    }
    
}

.uk-animation-kenburns2 {
    animation-name: uk-scale-kenburns2;
    animation-duration: 7s;
}

@keyframes uk-scale-kenburns2 {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.1)
    }
}

.text-over {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.text-over2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.folatUp {
    transition: all .3s linear;
}

.folatUp:hover {
    transform: translateY(-10px);
}


.s-btn {
    padding: 0 50px;
    display: inline-block;
    border: 1px solid #0073bd;
    font-size: 16px;
    border-radius: 300px;
    color: #0073bd;
    line-height: 48px;
    transition: all 0.3s;
}

.s-btn:hover, .s-tg:hover .s-btn{
    color: #fff;
    background:#0073bd;
}
.s-btn.s-white{
    border-color: #fff;
    color: #fff;
}
.s-btn.s-white:hover{
    background: #fff;
    color: #242424;
}
.p-scale {
    cursor: pointer;
}

.p-scale .pic {
    overflow: hidden;
}

.p-scale .pic img {
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

.p-scale .pic:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.pc-scale .pic img {
    transition: all 0.3s;
}

.pc-scale:hover .pic img {
    transform: translate(-50%, -50%) scale(1.1);
}
.uk-lightbox {
    background: rgba(0, 0, 0, 0.8);
}
.uk-width-small {
    width: 100px
}

.cons-text img {
    max-width: 100%;
    height: auto !important;
}

.cons-text table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
}

.cons-text table P {
    margin: 0;
}

*+.cons-text table {
    margin-top: 15px
}

.cons-text table td,
.cons-text table th {
    padding: 8px 8px;
    border: 1px solid #ddd;
}

.cons-text table th {
    text-align: left
}

.cons-text table td {
    vertical-align: middle;
    text-align: center;
}

.cons-text table thead th {
    vertical-align: bottom
}

.cons-text table caption,
.cons-text table tfoot {
    font-size: 12px;
    font-style: italic
}

.cons-text table caption {
    text-align: left;
    color: #999
}


.cons-text table tbody tr:first-child{
    font-weight: bold;
  }


.img-cover {
    overflow: hidden;
    position: relative;
}

.img-cover span {
    display: block;
    width: 100%;
    background: no-repeat center / cover;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}